/* @media (min-width: 1200px) { */
    /* .container-lg{ */
        /* max-width:1366px !important; */
    /* } */
/* } */
@media (min-width: 1500px) {
    .container-lg{
        max-width:1366px !important;
    }
}
@media (max-width: 575px) {
	.main-title{font-size: 1.7rem;width:100%;text-align:center;}
	.filter-block{width:100%;text-align:center;}
	/* .play-btn{top: 43% !important;} */
	.play-btn img{width:12px !important;}
	 
.blue-btn{font-size:14px}
.center-logo-bg{
		width: 280px;
    height: 164px;
    background-size: contain;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px)  and (orientation:portrait) {
	.h2, h2 {
    font-size: 1.7rem;
}
}
@media only screen and (min-device-width: 0px) and (max-device-width: 815px) and (orientation:portrait) {
	/* .play-btn{top: 45%;} */
	/* .play-btn img{width:22px;} */
	
	
	
    /* .content-wrapper{display:none;} */
	.content-wrapper{display:block;}
    .portrait-content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        height: 100vh;
        z-index: 99999999;
    }
    .portrait-center {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0 auto;
        right: 0;
        transform: translateY(-50%);
        text-align: center;
    }
    .portrait-center img {
        margin: 0 auto 10px;
        width: 200px;
        text-align: center;
    }
    .portrait-center p {
        font-size: 18px;
        color: #000;
        font-family: var(--head-font);
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }
    .send-btn{width:auto}
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    body,
    html {
        height: 100%;
    }
    .portrait-content {
        display: none;
    }
    .content-wrapper{display:block;}
    .slick-prev {
        left: 0!important;
        
      }
      
      .slick-next {
        right: 0!important;
      }
      .send-btn{width:auto}
      /* .left-btn-block a, .right-btn-block a{width: 116px;
        height: 116px;display:inline-block;ms-flex-pack: center;
        justify-content: center;} */
}